Defines a form XObject content that can be added to a flow document.
Initializes a new PDFFlowFormXObjectContent object.
Initializes a new PDFFlowFormXObjectContent object.
Adds a listener for the create page event.
Adds a listener for the before flow content draw event.
Gets the content background.
The background that fills the flow content bounding rectangle.
Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Gets the formXObject height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Gets the formXObject width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Gets the horizontal align.
Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the structure element.
Gets an arbitrary object value that can be used to store custom information about this element.
Gets the vertical align.
Gets a value indicating how the formXObject size is interpreted.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Removes a listener for the create page event.
Removes a listener for the before flow content draw event.
Sets the content background.
The background that fills the flow content bounding rectangle.
Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Sets the formXObject height.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Sets the formXObject width.
The value of this property represents either a percentage (0 to 100) or an absolute value based on the value of method.
Sets the horizontal align.
Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets a value indicating how the formXObject size is interpreted.
Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the structure element.
Sets an arbitrary Object value that can be used to store custom information about this element.
Sets the vertical align.